Skip to main content
Interface.prototype.[Symbol.asyncIterator] - readline - Node documentation
method Interface.prototype.[Symbol.asyncIterator]

Usage in Deno

import { Interface } from "node:readline";
Interface.prototype.[Symbol.asyncIterator](): AsyncIterableIterator<string>

Return Type

AsyncIterableIterator<string>